Projects: GENIQUEST : Biologica Dragon Modeling and Scripting
This page last changed on May 16, 2008 by stepheneb.
Aaron: Finally some progress. I had the marker work done yesterday, but it has taken most of today to get a working example out of my code. But I believe I now have success and a base to continue working from. Thanks Randy, for your pointers to the simulated data generation in R. I set up a new trait in Dragons, "Combonism", which is strongly expressed in Dragons with HH on chromosome 1, and WW on chromosome 2. The trait diminishes linearly with the number of recessive alleles in either gene, to where HhWw is mediocre, and hhww is completely absent. Then I created 2 dragons, one with HHWW, and one with hhww, (and the rest of the genes randomly homozygous) and made sure that all markers were different between the two. Then I bred a female and male child (F1), from which I bred 100 dragons (F2). From these dragons, I extracted the phenotype value and marker values, to create a dataset which could be loaded into R/qtl. I then used R/qtl to analyze the dataset, and mostly got what I expected (I have some questions on that, though). Questions (forgive my rusty/rough understanding of biology/genetics):
My next step will be to tie together the work I've done interfacing with R through JRI to do the QTL analysis automatically when the F2 generation is generated. Drake GenomeRandy: I'm not sure what format you want this in. We have not yet named the genes (we are going to us names from the mouse database so that we can link to the MGI database for searches). Unknown macro: {section}
Unknown macro: {column}
Comments from Aubrey about the data Here's the background for these data files: ^snpset.dat], geneset.dat.
Chromosone Information:
Gene list: (all assumed strand +) geneset.dat SNP list: snpset.dat Gene count: 462 -Aubrey Unknown macro: {column} We were holding off naming the genes until we had a data structure from you, but if this structure looks OK, let me know and we will start to populate the gene list with real gene names. The G(number) names are just place holders. Randy |
Document generated by Confluence on Jan 27, 2014 16:41 |